COM AT^SVCD Get directory path of public resource data
COM V1.0	22.02.2005	T. Kleinmann	Started

####################################################################################################
# ToDo: Implement more sophisticated test case to check that returned path really exists
####################################################################################################

from attglobals import *

####################################################################################################

COM Test command
AT^SVCD=?
WAIT FOR OK

####################################################################################################

COM Execute command - Get path
AT^SVCD
WAITFOR  (1,'^SVCD: ')

####################################################################################################

